Nevron.Nov.DataStructures Namespace / NBlocksQueue<T> Class


In This Topic
    NBlocksQueue<T> Class Methods
    In This Topic

    For a list of all members of this type, see NBlocksQueue<T> members.

    Public Methods
     NameDescription
    Public MethodRemoves and returns the item at the beginning of the queue.  
    Public MethodEnqueue (appends) the item at the end of the queue.  
    Public MethodReturns the first item of the queue without removing it.  
    Top
    See Also